From 2ff75aafbdd072139bf890370c52e4571951b679 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Jan 2018 20:40:47 -0500 Subject: [PATCH] Docs: Drop section on commandline arguments We no longer do that. --- docs/reference/gtk/running.sgml | 98 --------------------------------- 1 file changed, 98 deletions(-) diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 0794064e71..7854bfa0f6 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -19,104 +19,6 @@ How to run and debug your GTK+ application Running and debugging GTK+ Applications - -Common commandline options - - -All GTK+ applications support a number of standard commandline -options. These are removed from argv by gtk_init(). -Modules may parse and remove further options. The -X11 and -Windows GDK backends parse -some additional commandline options. - - - -<systemitem>--gtk-module <replaceable>module</replaceable></systemitem> - - -A list of modules to load in addition to those specified in the -GTK3_MODULES environment variable and the -gtk-modules setting. - - - - -<systemitem>--g-fatal-warnings</systemitem> - - -Make GTK+ abort on all warnings. This is useful to stop on the first -warning in a debugger, if your application is printing multiple -warnings. It's almost always best to start debugging with the first -warning that occurs. - - - - -<systemitem>--gtk-debug <replaceable>options</replaceable></systemitem> - - -A list of debug options -to turn on in addition to those specified in the GTK_DEBUG -environment variable. This option is not available if GTK+ has been -configured with . - - - - -<systemitem>--gtk-no-debug <replaceable>options</replaceable></systemitem> - - -A list of debug options -to turn off. This option is only available if GTK+ has been configured with -. - - - - -The following options are really used by GDK, not by GTK+, but we -list them here for completeness nevertheless. - - - -<systemitem>--class <replaceable>class</replaceable></systemitem> - - -Sets the program class; see gdk_set_program_class(). - - - - -<systemitem>--name <replaceable>name</replaceable></systemitem> - - -Sets the program name. - - - - -<systemitem>--gdk-debug <replaceable>options</replaceable></systemitem> - - -A list of debug options -to turn on in addition to those specified in the GDK_DEBUG -environment variable. This option is only available if GTK+ has been -configured with . - - - - -<systemitem>--gdk-no-debug <replaceable>options</replaceable></systemitem> - - -A list of debug options -to turn off. This option is only available if GTK+ has been configured with -. - - - - - Environment variables -- 2.30.2